* {
    padding: 0;
    margin: 0;
    border: none;
}

.footer{
    width: 100%;
    background-color: #eee;
    overflow: hidden;
}

.footer .innerCon{
    width: 1200px;
    margin: 29px auto;
    line-height: initial;
    text-align: center;
}

.footer h5{
    font-size: 18px;
    color: #333333;
    line-height: 50px;
}

.footer p{
    font-size: 18px;
    color: #333333;
    line-height: 28px;
}

.floatPanel{
    z-index:100;
    position: fixed;
    top: 420px;
    right: 0;
}

.floatPanel .icon1{
    width:52px;
    height:52px;
    background:url("https://www.gdzz.gov.cn/public/wx1.png");
    cursor:pointer;
}

.floatPanel .icon1:hover{
    background:url("https://www.gdzz.gov.cn/public/wx.png");
} 

.floatPanel .wxewm {
    position: absolute;
    top: -10px;
    right: 54px;
    background:#ffffff;
}

.floatPanel .wxewm img{
    display:block;
}
